-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
test(query-core/mutationCache): add test for 'remove' splicing target mutation from scope with multiple mutations #10103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(query-core/mutationCache): add test for 'remove' splicing target mutation from scope with multiple mutations #10103
Conversation
β¦ mutation from scope with multiple mutations
|
π WalkthroughWalkthroughAdds a new test suite "remove" to the MutationCache test file that verifies targeted removal of mutations within a scoped mutation set, ensuring that removing one mutation only affects the specific mutation and preserves others in the same scope. Changes
Estimated code review effortπ― 2 (Simple) | β±οΈ ~10 minutes Suggested labels
Suggested reviewers
Poem
π₯ Pre-merge checks | β 3β Passed checks (3 passed)
βοΈ Tip: You can configure your own custom pre-merge checks in the settings. β¨ Finishing touches
π§ͺ Generate unit tests (beta)
Comment |
|
View your CI Pipeline Execution β for commit 5a7fd80
βοΈ Nx Cloud last updated this comment at |
π― Changes
Add a test to verify that
removecorrectly splices only the target mutation from the scope's internal array when multiple scoped mutations exist.β Checklist
pnpm run test:pr.π Release Impact
Summary by CodeRabbit